
























> error: unable to download 'https://www.python.org/ftp/python/3.12.10/Python-3.12.10.tar.xz': Could not resolve hostname (6) Could not resolve host: www.python.org
nix should be running with --offline too...

docker run --rm --network=none -e COLUMNS=200 -e TERM=xterm-256color -v
/home/django/platform.wafer.space/wafer_space/media/projects/562a942d-68e0-4370-8573-9cc36ffafd79/wafer-space.gf180mcu-project-template.r19704603402-a4686
122452.0p5x0p5_gds.chip_top.gds:/input/design.gds:ro -w /workspace --memory 64g ghcr.io/wafer-space/gf180mcu-precheck:latest python3 precheck.py --input
/input/design.gds --top "chip_top" --slot 0p5x0p5











-v to match where your GDS file is?






-v to match where your GDS file is? ~/ not just local path (I was trying to run docker from the folder with gds files). Works now! (edited)docker run --rm --network=none -v ~/z80-open-silicon-tapeout/z80_quarter.gds:/input/design.gds:ro ...
doesn't: docker run --rm --network=none -v z80_quarter.gds:/input/design.gds:ro ... (edited)








PDK_ROOT = /workspace/gf180mcu
PDK = gf180mcuD
Top cell: tt_gf_wrapper
Die ID: FFFFFFFF
I guess the DIE ID is not yet finalized?






PDK_ROOT = /workspace/gf180mcu
PDK = gf180mcuD
Top cell: tt_gf_wrapper
Die ID: FFFFFFFF
I guess the DIE ID is not yet finalized? 

Download Error:
Download failed: [Errno 13] Permission denied: '/home/django/platform.wafer.space/wafer_space/media/projects/91a731b3-d0a9-4cc3-bb72-dbc57afca703'
Is this because of the above?

Download Error:
Download failed: [Errno 13] Permission denied: '/home/django/platform.wafer.space/wafer_space/media/projects/91a731b3-d0a9-4cc3-bb72-dbc57afca703'
Is this because of the above? 


